home *** CD-ROM | disk | FTP | other *** search
/ Jasper Idol Series 1: Taeko Nishino / Jasper Idol Series 1: Taeko Nishino - Disc 2.iso / DATA / PHOTO-C / 00044.ls < prev    next >
Encoding:
Text File  |  1995-06-18  |  440 b   |  21 lines

  1. on CHECKM
  2.   global XXX
  3.   if the soundBusy of 1 = 1 then
  4.     nothing()
  5.   else
  6.     sound playFile 1, XXX
  7.   end if
  8. end
  9.  
  10. on cursorset
  11.   cursor(-1)
  12.   set the cursor of sprite 7 to 280
  13.   set the cursor of sprite 8 to 280
  14.   set the cursor of sprite 9 to 280
  15.   set the cursor of sprite 10 to 280
  16.   set the cursor of sprite 14 to 280
  17.   set the cursor of sprite 15 to 280
  18.   set the cursor of sprite 16 to 280
  19.   set the cursor of sprite 17 to 280
  20. end
  21.